From 2488b954f24c01f99995ff22898628c57b4aedc1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 26 May 2014 23:15:53 -0400 Subject: [PATCH] Don't use hicolor as the default icon-theme The icontheme lookup code has a special-case that prefers builtin icons if the theme name is "hicolor". This is problematic for our reftests, which run in a barebones environment with not settings. --- gtk/gtksettings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c index 2fd210834c..382fecff30 100644 --- a/gtk/gtksettings.c +++ b/gtk/gtksettings.c @@ -449,7 +449,7 @@ gtk_settings_class_init (GtkSettingsClass *class) g_param_spec_string ("gtk-icon-theme-name", P_("Icon Theme Name"), P_("Name of icon theme to use"), - "hicolor", + "Adwaita", GTK_PARAM_READWRITE), NULL); g_assert (result == PROP_ICON_THEME_NAME); -- 2.30.2